home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Network PC
/
Network PC.iso
/
amiga utilities
/
graphics
/
misc
/
imagedesk3.0
/
imagedesk
/
instdata.lha
/
instdata
/
rexx
/
Default.CopyFiles.IDesk
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-02-13
|
375 b
|
25 lines
/* If choosen for the default AREXX script, this script
will copy all clicked pictures into the directory
specified below.
*/
OPTIONS RESULTS
PARSE ARG iname itype ipos
DestDir = "ram:"
/* ^- This is the name of the destination directory.
Edit it for your requirements
*/
ADDRESS COMMAND
'copy 'iname DestDir
ADDRESS IDESK_REXXPORT
exit